AOA WhatsApp Bot API
Support and FAQ
Support :
MuleSoft
For developer integration inquiries, please email Nestle MuleSoft Core Team: globalitadibsihclmulesoft@nestle.onmicrosoft.com
Support is available during 24/7 (Production).
Support is available during working hours (Non Production).
FAQs:
Q. What happens, when API consumer sends Invalid request to API?
Ans: API validates the request as a first step. In case if it is not as agreed format, fails in validation and response(Reason for failure) will be sent back immediately.
Q. Can you share one sample failed response structure raised by API?
Ans: You can get list of success and failure response when you review the specification section of the API. As one of the example failed response as follows
Example:
{
"status": 400,
"title": "Bad request",
"detail": "Error Description",
"correlationId": "129fdcf3-3854-4eae-8183-49921eef9ce7",
"referenceId": "2c604a2d-391c-4c0e-b5aa-f8d0d862ce85"
}
Q. What is status in the failed response structure?
Ans: Various HTTP Status Codes are defined. You can find defined HTTP Status Codes when you review the specification section of the API
Q. What is correlationId in the failed response structure?
Ans: Correlation ID is the ID to track message in the Anypoint monitoring and get detailed information on failed request. It should give more insights of failed request.